home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / winter_challenge.swf / scripts / DefineButton2_149 / BUTTONCONDACTION on(release, keyPress Enter).as
Text File  |  2011-08-19  |  243b  |  10 lines

  1. on(release, keyPress "<Enter>"){
  2.    _root.removeLandmarks();
  3.    _root.stopAllSounds();
  4.    _root.myStopAllSouds();
  5.    _root.gameInProgress = 0;
  6.    _root.ATV_keyBlock = 1;
  7.    removeMovieClip(ATVclip);
  8.    _root.gotoAndPlay("course2");
  9. }
  10.